home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vulvara / Vulvara.exe / scripts / DefineButton2_144 / BUTTONCONDACTION on(release).as < prev   
Text File  |  2004-10-08  |  165b  |  13 lines

  1. on(release){
  2.    if(intro == 1)
  3.    {
  4.       stopAllSounds();
  5.       gotoAndStop(45);
  6.    }
  7.    else
  8.    {
  9.       stopAllSounds();
  10.       gotoAndStop(46);
  11.    }
  12. }
  13.